SfcUtility Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcUtility

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcUtility
'Usage
public static class SfcUtility
public ref class SfcUtility abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SfcUtility =  class end
public final class SfcUtility

The SfcUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member GetSmlUri Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetSqlCeToolsPath Returns the highest version of the SQLCE tools installed by using the managed RegistryKey type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GetUrn Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member LoadSqlCeAssembly Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member TryGetSqlCeToolsPath Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.