NameChecker.ValidateObjectName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the specified name of the object.
public:
static Microsoft::SqlServer::Dts::Runtime::NameCheckResult ValidateObjectName(System::String ^ name);
public static Microsoft.SqlServer.Dts.Runtime.NameCheckResult ValidateObjectName (string name);
static member ValidateObjectName : string -> Microsoft.SqlServer.Dts.Runtime.NameCheckResult
Public Shared Function ValidateObjectName (name As String) As NameCheckResult
Parameters
- name
- String
The name of the object.
Returns
The name of the object.