次の方法で共有


Name プロパティ

データベースの名前を取得または設定します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public Property Name As String
    Get
    Set
'使用
Dim instance As DatabaseDeploymentProperties
Dim value As String

value = instance.Name

instance.Name = value
[BrowsableAttribute(false)]
public string Name { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

プロパティ値

型: System. . :: . .String
データベースの名前を指定する String 値です。