IsConfigurable 속성
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Property IsConfigurable As Boolean
Get
Set
‘사용 방법
Dim instance As Policy..::..TargetProcessedEventArgs
Dim value As Boolean
value = instance.IsConfigurable
instance.IsConfigurable = value
public bool IsConfigurable { get; set; }
public:
property bool IsConfigurable {
bool get ();
void set (bool value);
}
member IsConfigurable : bool with get, set
function get IsConfigurable () : boolean
function set IsConfigurable (value : boolean)