Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the member information for the specified type. 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
'Declaration
Public Function GetTypeMemberDescriptor ( _
type As Type _
) As LocalizableMemberDescriptor
'Usage
Dim instance As LocalizableTypeConverter
Dim type As Type
Dim returnValue As LocalizableMemberDescriptor
returnValue = instance.GetTypeMemberDescriptor(type)
public LocalizableMemberDescriptor GetTypeMemberDescriptor(
Type type
)
public:
LocalizableMemberDescriptor^ GetTypeMemberDescriptor(
Type^ type
)
member GetTypeMemberDescriptor :
type:Type -> LocalizableMemberDescriptor
public function GetTypeMemberDescriptor(
type : Type
) : LocalizableMemberDescriptor
Parameters
- type
Type: System.Type
The Type to get member information for.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableMemberDescriptor
A LocalizableMemberDescriptor object that contains the member information for the type.