Instance Propiedad
Gets the object that the property belongs to. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property Instance As SfcInstance
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that the property belongs to.
Vea también