Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Indicates whether the IProcessable can perform the specified processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Usage
Dim instance As IProcessable
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
bool CanProcess(
ProcessType processType
)
bool CanProcess(
ProcessType processType
)
abstract CanProcess :
processType:ProcessType -> bool
function CanProcess(
processType : ProcessType
) : boolean
Parameter
- processType
Typ: Microsoft.AnalysisServices.ProcessType
The type of processing expected to be performed.
Rückgabewert
Typ: System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.