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.