Свойство Keys
Gets or sets the keys that participate in the reference. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property Keys As String()
Get
Set
'Применение
Dim instance As SfcReferenceAttribute
Dim value As String()
value = instance.Keys
instance.Keys = value
public string[] Keys { get; set; }
public:
property array<String^>^ Keys {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Keys : string[] with get, set
function get Keys () : String[]
function set Keys (value : String[])
Значение свойства
Тип: array<System. . :: . .String> [] () [] []
A string value that specifies the keys that participate in the reference.