Dela via


CreateFullTextStopListStatement.SourceStopListName Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property SourceStopListName As Identifier
'Usage
Dim instance As CreateFullTextStopListStatement 
Dim value As Identifier 

value = instance.SourceStopListName

instance.SourceStopListName = value
public Identifier SourceStopListName { get; set; }
public:
property Identifier^ SourceStopListName {
    Identifier^ get ();
    void set (Identifier^ value);
}
public function get SourceStopListName () : Identifier 
public function set SourceStopListName (value : Identifier)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

.NET Framework Security

See Also

Reference

CreateFullTextStopListStatement Class

CreateFullTextStopListStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace