SecurityPrivilegesGetResponse Class
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.
Represents a response message that returns an operation result and a SecurityPrivileges instance that contains the returned security privileges.
public ref class SecurityPrivilegesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrivilegesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesGetResponse = class
Public Class SecurityPrivilegesGetResponse
- Inheritance
-
SecurityPrivilegesGetResponse
- Attributes
Constructors
SecurityPrivilegesGetResponse() |
Initializes a new instance of the SecurityPrivilegesGetResponse class that has default values. |
SecurityPrivilegesGetResponse(OperationResult, SecurityPrivileges) |
Initializes a new instance of the SecurityPrivilegesGetResponse class that has the specified operation result and security privileges to get. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
Privileges |
The security privileges to get. |