Partager via


Propriété Instance

Gets the object that the property belongs to. Ne référencez pas directement 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 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

Valeur de propriété

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