LocalizableMemberDescriptor Constructor (Type, ResourceManager, Boolean)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the LocalizableMemberDescriptor class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

public LocalizableMemberDescriptor(
    Type type,
    ResourceManager resourceManager,
    bool isDefaultResourceManager
)
public:
LocalizableMemberDescriptor(
    Type^ type,
    ResourceManager^ resourceManager,
    bool isDefaultResourceManager
)
new : 
        type:Type *
        resourceManager:ResourceManager *
        isDefaultResourceManager:bool -> LocalizableMemberDescriptor
Public Sub New (
    type As Type,
    resourceManager As ResourceManager,
    isDefaultResourceManager As Boolean
)

Parameters

  • type
    Type: System.Type

    The type to get the member information for.

  • isDefaultResourceManager
    Type: System.Boolean

    true to indicate that resourceManager is the default resource manager; otherwise, false.

See Also

LocalizableMemberDescriptor Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top