Propriété ObjectProperty.ReferenceType
Gets or sets the type pointed to by object reference. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server..
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property ReferenceType As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A value that represents the type pointed to by object reference.