Właściwość DacType.Description
Pobiera String , który opisuje typ DAC.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public ReadOnly Property Description As String
Get
'Użycie
Dim instance As DacType
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
Wartość właściwości
Typ: System.String
A String wartości, który opisuje typ DAC.
Uwagi
Opis typu DAC jest określony, gdy typ DAC został utworzony przy użyciu programu Visual Studio projekt DAC.Można również określić, kiedy DAC jest wyodrębniana z istniejącej bazy danych za pomocą Kreatora aplikacji w warstwie danych ekstraktu.