Свойство Instance
Gets the object that the property belongs to. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Instance As SfcInstance
Get
'Применение
Dim instance As FilterPropertyEventArgs
Dim value As SfcInstance
value = instance.Instance
public SfcInstance Instance { get; }
public:
property SfcInstance^ Instance {
SfcInstance^ get ();
}
member Instance : SfcInstance
function get Instance () : SfcInstance
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that the property belongs to.
См. также