Name 属性

获取 DAC 类型的应用程序名称。

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property Name As String
    Get
用法
Dim instance As DacType
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 值,该值包含 DAC 类型的应用程序名称。

注释

A DAC type is identified by the combination of the application name and version. The application name is specified when a DAC project is created in Visual Studio, or when a DAC type is extracted from an existing database.