Compartilhar via


Propriedade do RDL SfcReferenceAttribute.Type

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Type As Type 
    Get 
    Set
'Uso
Dim instance As SfcReferenceAttribute 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

Valor da propriedade

Tipo: System.Type
The Type that describes the Type attribute.

Consulte também

Referência

SfcReferenceAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata