MiningStructurePermission 构造函数 (String, String, String)
Initializes a new instance of MiningStructurePermission using an identifier, a name, and a role identifier.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub New ( _
roleId As String, _
name As String, _
id As String _
)
用法
Dim roleId As String
Dim name As String
Dim id As String
Dim instance As New MiningStructurePermission(roleId, _
name, id)
public MiningStructurePermission(
string roleId,
string name,
string id
)
public:
MiningStructurePermission(
String^ roleId,
String^ name,
String^ id
)
new :
roleId:string *
name:string *
id:string -> MiningStructurePermission
public function MiningStructurePermission(
roleId : String,
name : String,
id : String
)
参数
- roleId
类型:System. . :: . .String
A String that contains the name of a role.
- name
类型:System. . :: . .String
A String that contains the name of the MiningStructurePermission.
- id
类型:System. . :: . .String
A String that contains a unique identifier for the MiningStructurePermission.