Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the optional database qualified name of the source search property list.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SourceSearchPropertyList As MultiPartIdentifier
Get
Set
'Usage
Dim instance As CreateSearchPropertyListStatement
Dim value As MultiPartIdentifier
value = instance.SourceSearchPropertyList
instance.SourceSearchPropertyList = value
public MultiPartIdentifier SourceSearchPropertyList { get; set; }
public:
property MultiPartIdentifier^ SourceSearchPropertyList {
MultiPartIdentifier^ get ();
void set (MultiPartIdentifier^ value);
}
member SourceSearchPropertyList : MultiPartIdentifier with get, set
function get SourceSearchPropertyList () : MultiPartIdentifier
function set SourceSearchPropertyList (value : MultiPartIdentifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.MultiPartIdentifier
The optional database qualified name of the source search property list.