Udostępnij za pośrednictwem


Właściwość ExtendedProperty.Description

Pobiera lub ustawia opis powiązanych właściwość przechowywane w tym wystąpienie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Property Description As String
    Get
    Set
'Użycie
Dim instance As ExtendedProperty
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
virtual property String^ Description {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Description : string with get, set
override Description : string with get, set
final function get Description () : String
final function set Description (value : String)

Wartość właściwości

Typ: System.String
A ciąg zawiera opis informacji przechowywanych w tym wystąpienie.

Implementacje

IDTSName.Description