Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the Common Language Specification compliant identifier.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function GetClsCompliantIdentifier ( _
candidate As String _
) As String
'Usage
Dim candidate As String
Dim returnValue As String
returnValue = Report.GetClsCompliantIdentifier(candidate)
public static string GetClsCompliantIdentifier(
string candidate
)
public:
static String^ GetClsCompliantIdentifier(
String^ candidate
)
static member GetClsCompliantIdentifier :
candidate:string -> string
public static function GetClsCompliantIdentifier(
candidate : String
) : String
Parameters
- candidate
Type: System.String
The candidate string.
Return Value
Type: System.String
The CLS-compliant identifier.