Свойство Index.FilterDefinition
Gets or sets the String value that contains the definition for the filter.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Deploy)> _
Public Property FilterDefinition As String
Get
Set
'Применение
Dim instance As Index
Dim value As String
value = instance.FilterDefinition
instance.FilterDefinition = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
public string FilterDefinition { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Deploy)]
public:
property String^ FilterDefinition {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)>]
member FilterDefinition : string with get, set
function get FilterDefinition () : String
function set FilterDefinition (value : String)
Значение свойства
Тип: System.String
A String value that specifies the definition of the filter.
Замечания
The required format for the filter predicate is specified in the CREATE INDEX topic.
Примеры
Создание, изменение и удаление индексов
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo