Propriété DacPackage.Description
Get an optional summary of this package.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Description As String
Get
'Utilisation
Dim instance As DacPackage
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
Valeur de propriété
Type : System.String
String summary of this package; or null reference if there is no summary.