AceStruct Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the AceStruct class.
Overloads
AceStruct(AceStruct) |
Creates a new instance of the AceStruct class based on an existing AceStruct object. |
AceStruct(String) |
Creates a new instance of the AceStruct class with the specified principal name. |
AceStruct(AceStruct)
public:
AceStruct(Microsoft::ReportingServices::Interfaces::AceStruct ^ other);
public AceStruct (Microsoft.ReportingServices.Interfaces.AceStruct other);
new Microsoft.ReportingServices.Interfaces.AceStruct : Microsoft.ReportingServices.Interfaces.AceStruct -> Microsoft.ReportingServices.Interfaces.AceStruct
Public Sub New (other As AceStruct)
Parameters
Applies to
AceStruct(String)
Creates a new instance of the AceStruct class with the specified principal name.
public:
AceStruct(System::String ^ name);
public AceStruct (string name);
new Microsoft.ReportingServices.Interfaces.AceStruct : string -> Microsoft.ReportingServices.Interfaces.AceStruct
Public Sub New (name As String)
Parameters
- name
- String
A user, group, or computer name.