NameKey.Name Property

 

Applies To: SQL Server 2016 Preview

Gets the key name.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

The key name.

See Also

NameKey Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top