AceStruct Constructors

Definition

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)

Creates a new instance of the AceStruct class based on an existing AceStruct object.

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

other
AceStruct

An existing AceStruct object.

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.

Applies to