ObjectProperty.ReferenceType Property
Gets or sets the type pointed to by object reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property ReferenceType As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A value that represents the type pointed to by object reference.