CreateFullTextStopListStatement.SourceStopListName 屬性
Gets or sets the source stoplist name
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property SourceStopListName As Identifier
Get
Set
'用途
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);
}
member SourceStopListName : Identifier with get, set
function get SourceStopListName () : Identifier
function set SourceStopListName (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The source stoplist name.