SqlSmoObject.GetUrnSuffix(Type) 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.
Gets the UrnSuffix from the specified type - or an empty string if the type does not define a static property named UrnSuffix.
public static string GetUrnSuffix (Type type);
static member GetUrnSuffix : Type -> string
Public Shared Function GetUrnSuffix (type As Type) As String
Parameters
- type
- Type