Partilhar via


Propriedade do RDL ReferenceType

Gets or sets the type pointed to by object reference. 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 ReferenceType As String
    Get
    Set
'Uso
Dim instance As ObjectProperty
Dim value As String

value = instance.ReferenceType

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

Valor da propriedade

Tipo: System. . :: . .String
A value that represents the type pointed to by object reference.