DynamicValuesAttribute.Enabled プロパティ
プロパティ値を動的な一覧にすることができるかどうかを示す値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property Enabled As Boolean
Get
'使用
Dim instance As DynamicValuesAttribute
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
bool get ();
}
member Enabled : bool
function get Enabled () : boolean
プロパティ値
型: System.Boolean
プロパティ値を動的な一覧にすることができる場合は true、それ以外の場合は false です。
関連項目
参照
Microsoft.SqlServer.Management.Sdk.Sfc 名前空間
DynamicValues