Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.