IUserOptions.UserType 속성
Gets the UserType.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<DisplayDescriptionKeyAttribute("User_UserTypeDesc")> _
<DisplayNameKeyAttribute("User_UserTypeName")> _
ReadOnly Property UserType As UserType
Get
‘사용 방법
Dim instance As IUserOptions
Dim value As UserType
value = instance.UserType
[DisplayDescriptionKeyAttribute("User_UserTypeDesc")]
[DisplayNameKeyAttribute("User_UserTypeName")]
UserType UserType { get; }
[DisplayDescriptionKeyAttribute(L"User_UserTypeDesc")]
[DisplayNameKeyAttribute(L"User_UserTypeName")]
property UserType UserType {
UserType get ();
}
[<DisplayDescriptionKeyAttribute("User_UserTypeDesc")>]
[<DisplayNameKeyAttribute("User_UserTypeName")>]
abstract UserType : UserType
function get UserType () : UserType
속성 값
유형: Microsoft.SqlServer.Management.Smo.UserType
A UserType object.