DacCompilationUnit.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
'Déclaration
Public Property TypeName As String
Get
Set
'Utilisation
Dim instance As DacCompilationUnit
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: String
A String value specifying the name assigned to the DAC type when it is compiled.