Share via


SfcMetadataRelation.PropertyName Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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

See Also

Reference

SfcMetadataRelation Class

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