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.
Contains a read-only value that describes the query mode the current database is using.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DirectQueryMode As DirectQueryMode
Get
Set
'Usage
Dim instance As Database
Dim value As DirectQueryMode
value = instance.DirectQueryMode
instance.DirectQueryMode = value
public DirectQueryMode DirectQueryMode { get; set; }
public:
property DirectQueryMode DirectQueryMode {
DirectQueryMode get ();
void set (DirectQueryMode value);
}
member DirectQueryMode : DirectQueryMode with get, set
function get DirectQueryMode () : DirectQueryMode
function set DirectQueryMode (value : DirectQueryMode)
Property Value
Type: Microsoft.AnalysisServices.DirectQueryMode
Returns a value from DirectQueryMode enumeration.