Metodo NameChecker.ValidateStreamName
Validates the specified name of the stream.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Shared Function ValidateStreamName ( _
streamName As String _
) As NameCheckResult
'Utilizzo
Dim streamName As String
Dim returnValue As NameCheckResult
returnValue = NameChecker.ValidateStreamName(streamName)
public static NameCheckResult ValidateStreamName(
string streamName
)
public:
static NameCheckResult ValidateStreamName(
String^ streamName
)
static member ValidateStreamName :
streamName:string -> NameCheckResult
public static function ValidateStreamName(
streamName : String
) : NameCheckResult
Parametri
- streamName
Tipo: System.String
The stream name.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The specified name of the stream.