NameKey.Name プロパティ

キー名を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public ReadOnly Property Name As String 
    Get
'使用
Dim instance As NameKey 
Dim value As String 

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

プロパティ値

型: System.String
キー名。

関連項目

参照

NameKey クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間