Właściwość DacCompilationUnit.TypeName
Pobiera lub ustawia nazwę typu DAC.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public Property TypeName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartości określające nazwę przypisaną do typu DAC, gdy jest kompilowany.