Partilhar via


Propriedade do RDL LinkField.Type

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 Property Type As LinkFieldType 
    Get 
    Set
'Uso
Dim instance As LinkField 
Dim value As LinkFieldType 

value = instance.Type

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.LinkFieldType
The specified type of the object.

Consulte também

Referência

LinkField Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc