RoleCollection.Add Yöntemi (String, String)
Oluşturur ve ekler bir Role, belirtilen ad ve tanımlayıcı, sonuna ilekoleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function Add ( _
name As String, _
id As String _
) As Role
'Kullanım
Dim instance As RoleCollection
Dim name As String
Dim id As String
Dim returnValue As Role
returnValue = instance.Add(name, id)
public Role Add(
string name,
string id
)
public:
Role^ Add(
String^ name,
String^ id
)
member Add :
name:string *
id:string -> Role
public function Add(
name : String,
id : String
) : Role
Parametreler
- name
Tür: System.String
Adı Role eklenecek
- id
Tür: System.String
Tanıtıcısı Role eklenecek
Dönüş Değeri
Tür: Microsoft.AnalysisServices.Role
Sıfır tabanlı dizin veren Role eklenmiştir.