AceStruct Constructor (String)
Creates a new instance of the AceStruct class with the specified principal name.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New AceStruct(name)
public AceStruct(
string name
)
public:
AceStruct(
String^ name
)
new :
name:string -> AceStruct
public function AceStruct(
name : String
)
Parameters
- name
Type: System.String
A user, group, or computer name.
See Also