TSqlModelOptions.UserAccessOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the SINGLE_USER | RESTRICTED_USER | MULTI_USER database option.
public Microsoft.SqlServer.Dac.Model.UserAccessOption? UserAccessOption { get; set; }
member this.UserAccessOption : Nullable<Microsoft.SqlServer.Dac.Model.UserAccessOption> with get, set
Public Property UserAccessOption As Nullable(Of UserAccessOption)