Właściwość ObjectProperty.ReferenceType
Pobiera lub ustawia typ wskazywanego przez odwołanie do obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property ReferenceType As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Wartość, która reprezentuje typ wskazywanego przez odwołanie do obiektu.