Proprietà ObjectProperty.ReferenceType

Gets or sets the type pointed to by object reference. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server..

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ReferenceType As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ObjectProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc