ImpersonationInfo Methods

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Methods

Name Description
System_CAPS_pubmethod Clone()

Returns a full copy of current ImpersonationInfo object.

System_CAPS_pubmethod CopyTo(ImpersonationInfo)

Returns a full copy of current ImpersonationInfo into specified object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a System.String representation of current object.(Overrides Object.ToString().)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo object.

See Also

ImpersonationInfo Class
Microsoft.AnalysisServices Namespace

Return to top