DacExtractionUnit.TypeName Property

Gets or sets the name of the DAC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Property TypeName As String
    Get
    Set
'Usage
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)

Property Value

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

Remarks

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

See Also

Reference

DacExtractionUnit Class

Microsoft.SqlServer.Management.Dac Namespace