Конструктор SfcReferenceAttribute (Type, String[], String, String[])
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
referenceType As Type, _
keys As String(), _
urnTemplate As String, _
ParamArray parameters As String() _
)
'Применение
Dim referenceType As Type
Dim keys As String()
Dim urnTemplate As String
Dim parameters As String()
Dim instance As New SfcReferenceAttribute(referenceType, _
keys, urnTemplate, parameters)
public SfcReferenceAttribute(
Type referenceType,
string[] keys,
string urnTemplate,
params string[] parameters
)
public:
SfcReferenceAttribute(
Type^ referenceType,
array<String^>^ keys,
String^ urnTemplate,
... array<String^>^ parameters
)
new :
referenceType:Type *
keys:string[] *
urnTemplate:string *
parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
referenceType : Type,
keys : String[],
urnTemplate : String,
... parameters : String[]
)
Параметры
- referenceType
Тип: System. . :: . .Type
The type reference that describes the Type.
- keys
Тип: array<System. . :: . .String> [] () [] []
A list of key objects.
- urnTemplate
Тип: System. . :: . .String
A string that represents the urnTemplate.
- parameters
Тип: array<System. . :: . .String> [] () [] []
A list of parameters.