Właściwość IndexedColumn.IsIncluded
Pobiera lub ustawia Boolean wartości właściwość, który określa, czy kolumna jest uwzględniona w indeksie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design Or SfcPropertyFlags.Deploy)> _
Public Property IsIncluded As Boolean
Get
Set
'Użycie
Dim instance As IndexedColumn
Dim value As Boolean
value = instance.IsIncluded
instance.IsIncluded = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)]
public bool IsIncluded { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design|SfcPropertyFlags::Deploy)]
public:
property bool IsIncluded {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)>]
member IsIncluded : bool with get, set
function get IsIncluded () : boolean
function set IsIncluded (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy kolumna jest uwzględniona w indeksie.
Jeśli True, kolumna jest uwzględniona w indeksie.
Jeśli FAŁSZ (domyślnie), kolumna nie jest uwzględniane w indeksie.
Zobacz także