SqlHierarchyId.Parse(SqlString) Method

Definition

Converts the canonical string representation of a SqlHierarchyId node to a SqlHierarchyId value.

[Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, InvokeIfReceiverIsNull=false, IsDeterministic=true, IsMutator=false, IsPrecise=true, OnNullCall=false, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)]
public static Microsoft.SqlServer.Types.SqlHierarchyId Parse (System.Data.SqlTypes.SqlString input);
[<Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, InvokeIfReceiverIsNull=false, IsDeterministic=true, IsMutator=false, IsPrecise=true, OnNullCall=false, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)>]
static member Parse : System.Data.SqlTypes.SqlString -> Microsoft.SqlServer.Types.SqlHierarchyId
Public Shared Function Parse (input As SqlString) As SqlHierarchyId

Parameters

input
SqlString

String representation of SqlHierarchyId node.

Returns

SqlHierarchyId representing the node described canonically.

Attributes

Applies to