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 the path name of the statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PathName As Identifier
Get
Set
'Usage
Dim instance As CreateSelectiveXmlIndexStatement
Dim value As Identifier
value = instance.PathName
instance.PathName = value
public Identifier PathName { get; set; }
public:
property Identifier^ PathName {
Identifier^ get ();
void set (Identifier^ value);
}
member PathName : Identifier with get, set
function get PathName () : Identifier
function set PathName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The path name of the statement.