Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the path name of the statement.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property PathName As Identifier
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The path name of the statement.