SafeToPrepareAttribute-Konstruktor
Initializes a new instance of the SafeToPrepareAttribute class.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub New ( _
safeToPrepare As Boolean _
)
'Usage
Dim safeToPrepare As Boolean
Dim instance As New SafeToPrepareAttribute(safeToPrepare)
public SafeToPrepareAttribute(
bool safeToPrepare
)
public:
SafeToPrepareAttribute(
bool safeToPrepare
)
new :
safeToPrepare:bool -> SafeToPrepareAttribute
public function SafeToPrepareAttribute(
safeToPrepare : boolean
)
Parameter
- safeToPrepare
Typ: System. . :: . .Boolean
A value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.