SafeToPrepareAttribute.IsSafeToPrepare Property
Gets a value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsSafeToPrepare As Boolean
public bool IsSafeToPrepare { get; }
public:
property bool IsSafeToPrepare {
bool get ();
}
/** @property */
public boolean get_IsSafeToPrepare ()
public function get IsSafeToPrepare () : boolean
Property Value
true if the associated method is safe to run with the ExecuteForPrepare property set to true; otherwise, false.
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 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SafeToPrepareAttribute Class
SafeToPrepareAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace