Поделиться через


ISql90DatabaseMirroringLanguageSpecifier.RoleType Property

Gets or sets a value that models the ROLE option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property RoleType As Sql90DatabaseMirroringRoleType
Sql90DatabaseMirroringRoleType RoleType { get; set; }
property Sql90DatabaseMirroringRoleType RoleType {
    Sql90DatabaseMirroringRoleType get ();
    void set (Sql90DatabaseMirroringRoleType value);
}
abstract RoleType : Sql90DatabaseMirroringRoleType with get, set
function get RoleType () : Sql90DatabaseMirroringRoleType
function set RoleType (value : Sql90DatabaseMirroringRoleType)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90DatabaseMirroringRoleType

.NET Framework Security

See Also

Reference

ISql90DatabaseMirroringLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace