Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.