AdomdRestriction Oluşturucusu (String, Object)
Yeni bir başlatır örnek , AdomdRestriction sınıfı kullanarak ad ve değer parametreleri.
Ad Alanı: Microsoft.AnalysisServices.AdomdClient
Derleme: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient içinde.dll)
Sözdizimi
'Bildirim
Public Sub New ( _
name As String, _
restrictionValue As Object _
)
'Kullanım
Dim name As String
Dim restrictionValue As Object
Dim instance As New AdomdRestriction(name, restrictionValue)
public AdomdRestriction(
string name,
Object restrictionValue
)
public:
AdomdRestriction(
String^ name,
Object^ restrictionValue
)
new :
name:string *
restrictionValue:Object -> AdomdRestriction
public function AdomdRestriction(
name : String,
restrictionValue : Object
)
Parametreler
- name
Tür: System.String
Kısıtlama adı.
- restrictionValue
Tür: System.Object
Kısıtlama değeri.