ProgressReportEventArgs.IsSchemaBound 속성

Gets a Boolean indicating whether the Progress Report is bound to a schema.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
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

속성 값

유형: System.Boolean
True if the Progress Report is bound to a schema; otherwise, false.

SMO 이벤트 처리

참고 항목

참조

ProgressReportEventArgs 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스