EnumTables メソッド (String, String, String, LinkedTableType)
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function EnumTables ( _
tableName As String, _
schemaName As String, _
databaseName As String, _
tableType As LinkedTableType _
) As DataTable
'使用
Dim instance As LinkedServer
Dim tableName As String
Dim schemaName As String
Dim databaseName As String
Dim tableType As LinkedTableType
Dim returnValue As DataTable
returnValue = instance.EnumTables(tableName, _
schemaName, databaseName, tableType)
public DataTable EnumTables(
string tableName,
string schemaName,
string databaseName,
LinkedTableType tableType
)
public:
DataTable^ EnumTables(
String^ tableName,
String^ schemaName,
String^ databaseName,
LinkedTableType tableType
)
member EnumTables :
tableName:string *
schemaName:string *
databaseName:string *
tableType:LinkedTableType -> DataTable
public function EnumTables(
tableName : String,
schemaName : String,
databaseName : String,
tableType : LinkedTableType
) : DataTable
パラメーター
- tableName
型: System. . :: . .String
- schemaName
型: System. . :: . .String
- databaseName
型: System. . :: . .String