IsFileDirectorySupported Propiedad
Specifies whether the instance of the Database Engine supports specifying database file folders when deploying a DAC.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsFileDirectorySupported As Boolean
Get
'Uso
Dim instance As DacServerInformation
Dim value As Boolean
value = instance.IsFileDirectorySupported
public bool IsFileDirectorySupported { get; }
public:
property bool IsFileDirectorySupported {
bool get ();
}
member IsFileDirectorySupported : bool
function get IsFileDirectorySupported () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean that specifies True if file folders can be specified. False otherwise.
Vea también