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 AdomdRestriction class, using name, namespace, and value parameters.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
restrictionNamespace As String, _
restrictionValue As Object _
)
'Usage
Dim name As String
Dim restrictionNamespace As String
Dim restrictionValue As Object
Dim instance As New AdomdRestriction(name, restrictionNamespace, _
restrictionValue)
public AdomdRestriction(
string name,
string restrictionNamespace,
Object restrictionValue
)
public:
AdomdRestriction(
String^ name,
String^ restrictionNamespace,
Object^ restrictionValue
)
new :
name:string *
restrictionNamespace:string *
restrictionValue:Object -> AdomdRestriction
public function AdomdRestriction(
name : String,
restrictionNamespace : String,
restrictionValue : Object
)
Parameters
- name
Type: System.String
The name of the restriction.
- restrictionNamespace
Type: System.String
The namespace with which the restriction is to be serialized. If blank, the restriction uses the default Discover namespace.
- restrictionValue
Type: System.Object
The value of the restriction.