AlterAnyEndpoint 속성

Gets a permission that can be included in the server permission set.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Shared ReadOnly Property AlterAnyEndpoint As ServerPermission
    Get
‘사용 방법
Dim value As ServerPermission

value = ServerPermission.AlterAnyEndpoint
public static ServerPermission AlterAnyEndpoint { get; }
public:
static property ServerPermission^ AlterAnyEndpoint {
    ServerPermission^ get ();
}
static member AlterAnyEndpoint : ServerPermission
static function get AlterAnyEndpoint () : ServerPermission

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the AlterAnyEndpoint permission that can be included in the server permission set.