Campo DdlTextParserHeaderInfo.name

Contains the script name, as extracted from the scripts header.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public name As String
'Uso
Dim instance As DdlTextParserHeaderInfo 
Dim value As String 

value = instance.name 

instance.name = value
public string name
public:
String^ name
val mutable name: string
public var name : String

Comentários

Returns a String value containing the name of the script, as extracted from the header.

Consulte também

Referência

DdlTextParserHeaderInfo Estrutura

Namespace Microsoft.SqlServer.Management.Smo