Compartir a través de


FullTextIndex.SearchPropertyListName Propiedad

Gets or sets the String which contains the name of the SearchPropertyList associated with this object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SearchPropertyListName As String 
    Get 
    Set
'Uso
Dim instance As FullTextIndex 
Dim value As String 

value = instance.SearchPropertyListName

instance.SearchPropertyListName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string SearchPropertyListName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ SearchPropertyListName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SearchPropertyListName : string with get, set
function get SearchPropertyListName () : String 
function set SearchPropertyListName (value : String)

Valor de la propiedad

Tipo: System.String
The String which contains the name of the SearchPropertyList associated with this object.

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo