Add 메서드 (String, String)
Creates and adds a CubePermission, with the specified role identifier and name, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Add ( _
roleId As String, _
name As String _
) As CubePermission
‘사용 방법
Dim instance As CubePermissionCollection
Dim roleId As String
Dim name As String
Dim returnValue As CubePermission
returnValue = instance.Add(roleId, name)
public CubePermission Add(
string roleId,
string name
)
public:
CubePermission^ Add(
String^ roleId,
String^ name
)
member Add :
roleId:string *
name:string -> CubePermission
public function Add(
roleId : String,
name : String
) : CubePermission
매개 변수
- roleId
유형: System. . :: . .String
- name
유형: System. . :: . .String
The name of the CubePermission to be added.
반환 값
유형: Microsoft.AnalysisServices. . :: . .CubePermission
A new, empty CubePermission.