Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Syntax
'Declaration
Public Shared Function Compare ( _
u1 As Urn, _
u2 As Urn, _
compInfoList As CompareOptions(), _
cultureInfo As CultureInfo _
) As Boolean
public static bool Compare (
Urn u1,
Urn u2,
CompareOptions[] compInfoList,
CultureInfo cultureInfo
)
public:
static bool Compare (
Urn^ u1,
Urn^ u2,
array<CompareOptions>^ compInfoList,
CultureInfo^ cultureInfo
)
public static boolean Compare (
Urn u1,
Urn u2,
CompareOptions[] compInfoList,
CultureInfo cultureInfo
)
public static function Compare (
u1 : Urn,
u2 : Urn,
compInfoList : CompareOptions[],
cultureInfo : CultureInfo
) : boolean
Parameters
- u1
- u2
- compInfoList
- cultureInfo
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Urn Class
Urn Members
Microsoft.SqlServer.Management.Smo Namespace