Droppable 속성
Gets a Boolean value that specifies whether the database can be dropped.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public ReadOnly Property Droppable As Boolean
Get
‘사용 방법
Dim instance As DacDatabaseInformation
Dim value As Boolean
value = instance.Droppable
public bool Droppable { get; }
public:
property bool Droppable {
bool get ();
}
member Droppable : bool
function get Droppable () : boolean
속성 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether the database can be dropped. If True, the database can be dropped.