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