Compartilhar via


Propriedade do RDL FilterPropertyEventArgs.Instance

Gets the object that the property belongs to. 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 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 da propriedade

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

Consulte também

Referência

FilterPropertyEventArgs Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc