Propriedade do RDL SfcEventArgs.Instance
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As SfcInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object that performs an event argument.