IsSchemaBound 속성
Gets a Boolean indicating if the Progress Report is bound to a schema.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public ReadOnly Property IsSchemaBound As Boolean
Get
‘사용 방법
Dim instance As ProgressReportEventArgs
Dim value As Boolean
value = instance.IsSchemaBound
public bool IsSchemaBound { get; }
public:
property bool IsSchemaBound {
bool get ();
}
member IsSchemaBound : bool
function get IsSchemaBound () : boolean