ProgressReportEventArgs.IsSchemaBound Property
Gets a Boolean indicating if the Progress Report is bound to a schema.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public ReadOnly Property IsSchemaBound As Boolean
public bool IsSchemaBound { get; }
public:
property bool IsSchemaBound {
bool get ();
}
/** @property */
public boolean get_IsSchemaBound ()
public function get IsSchemaBound () : boolean
Property Value
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.