다음을 통해 공유


UserType 속성

Gets or sets the type of user.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property UserType As UserType
    Get
    Set
‘사용 방법
Dim instance As User
Dim value As UserType

value = instance.UserType

instance.UserType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public UserType UserType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property UserType UserType {
    UserType get ();
    void set (UserType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member UserType : UserType with get, set
function get UserType () : UserType
function set UserType (value : UserType)

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .UserType
A UserType object value that specifies the type of the user.