SqlSmoObject.GetUrnSuffix(Type) Method

Definition

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

Returns

Applies to