Aracılığıyla paylaş


ProgressReportEventArgs.IsSchemaBound Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property IsSchemaBound As Boolean
    Get
'Kullanım
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

Property Value

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

Examples

Handling SMO Events

See Also

Reference

ProgressReportEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace