Proprietà SfcEventArgs.Instance

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 SfcEventArgs 
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 object that performs an event argument.

Vedere anche

Riferimento

SfcEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc