RegisteredProperty.Description プロパティ

定義

プロパティの説明を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Management::Localizable ^ Description { Microsoft::SqlServer::Management::Localizable ^ get(); void set(Microsoft::SqlServer::Management::Localizable ^ value); };
public Microsoft.SqlServer.Management.Localizable Description { get; set; }
member this.Description : Microsoft.SqlServer.Management.Localizable with get, set
Public Property Description As Localizable

プロパティ値

プロパティの指定された説明を返します。

適用対象