PermissionInfo.PermissionTypeInternal Property

 

Applies To: SQL Server 2016 Preview

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected internal PermissionSetBase PermissionTypeInternal { get; }
public protected:
property PermissionSetBase^ PermissionTypeInternal {
    PermissionSetBase^ get();
}
member PermissionTypeInternal : PermissionSetBase with get
Protected Friend ReadOnly Property PermissionTypeInternal As PermissionSetBase

Property Value

Type: Microsoft.SqlServer.Management.Smo.PermissionSetBase

See Also

PermissionInfo Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top