schema 字段
Returns a string that contains the script schema.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public schema As String
用法
Dim instance As DdlTextParserHeaderInfo
Dim value As String
value = instance.schema
instance.schema = value
public string schema
public:
String^ schema
val mutable schema: string
public var schema : String