Partager via


Propriété SfcEventArgs.Instance

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As SfcInstance 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object that performs an event argument.

Voir aussi

Référence

SfcEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc