Name 属性

Gets or sets the name of the database.

命名空间:  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
A String value that specifies the name of the database.