Freigeben über


SfcMetadataRelation.PropertyName-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyName As String 
    Get
'Usage
Dim instance As SfcMetadataRelation 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

Eigenschaftswert

Typ: System.String
A string that specifies the name of the property.

Siehe auch

Verweis

SfcMetadataRelation Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace