User.UserType Property
Gets or sets the type of user.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property UserType As UserType
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public UserType UserType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property UserType UserType {
UserType get ();
void set (UserType value);
}
/** @property */
public UserType get_UserType ()
/** @property */
public void set_UserType (UserType value)
public function get UserType () : UserType
public function set UserType (value : UserType)
Property Value
A UserType object value that specifies the type of the user.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also