Proprietà IsEmptyCategory
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsEmptyCategory As Boolean
Get
'Utilizzo
Dim instance As PolicyCategoryInformation
Dim value As Boolean
value = instance.IsEmptyCategory
public bool IsEmptyCategory { get; }
public:
property bool IsEmptyCategory {
bool get ();
}
member IsEmptyCategory : bool
function get IsEmptyCategory () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean