DeployedDac.Key.Name プロパティ
DeployedDac キーの名前を取得します。
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
Public ReadOnly Property Name As String
Get
'使用
Dim instance As DeployedDac.Key
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
キー値の名前を指定する String 値です。