Condividi tramite


Proprietà Instance

Gets the object that the property belongs to. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As SfcInstance
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that the property belongs to.