NameChecker.ValidateStreamNameConnection(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 stream name connection.
public:
static Microsoft::SqlServer::Dts::Runtime::NameCheckResult ValidateStreamNameConnection(System::String ^ streamName);
public static Microsoft.SqlServer.Dts.Runtime.NameCheckResult ValidateStreamNameConnection (string streamName);
static member ValidateStreamNameConnection : string -> Microsoft.SqlServer.Dts.Runtime.NameCheckResult
Public Shared Function ValidateStreamNameConnection (streamName As String) As NameCheckResult
Parameters
- streamName
- String
The stream name.
Returns
The result of the name check.