TypeName 属性

Gets or sets the name of the DAC type.

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

语法

声明
Public Property TypeName As String
    Get
    Set
用法
Dim instance As DacExtractionUnit
Dim value As String

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)

属性值

类型:System. . :: . .String
A String value that specifies the name of the DAC type.

注释

A DAC type is uniquely identified by the combination of the type name and version.