ParameterInfo.ValueSet プロパティ

定義

このパラメーターが機密性の高いかどうかを示すブール値

public:
 property bool ValueSet { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool ValueSet { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ValueSet : bool
Public ReadOnly Property ValueSet As Boolean

プロパティ値

パラメーター値が設定されている場合は True、それ以外の場合は false

属性

適用対象