次の方法で共有


Name プロパティ

DAC ドメインの接続先となるデータベース エンジンのインスタンス名を表す String 値を取得します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property Name As String
    Get
'使用
Dim instance As DacDomain
Dim value As String

value = instance.Name
[SfcIgnoreAttribute]
public string Name { get; }
[SfcIgnoreAttribute]
public:
property String^ Name {
    String^ get ();
}
[<SfcIgnoreAttribute>]
member Name : string
function get Name () : String

プロパティ値

型: System. . :: . .String
DAC ドメインの接続先となるデータベース エンジンのインスタンス名を表す String 値です。