SfcProperty.Name Property

 

Applies To: SQL Server 2016 Preview

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

public string Name { get; }
public:
property String^ Name {
    virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

A string that represents the name of the property.

Implements

ISfcProperty.Name

See Also

SfcProperty Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top