Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
)
Parameters
- safeToPrepare
Type: System.Boolean
A value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true.