SqlHierarchyId.Parse(SqlString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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