You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
11 KiB
130 lines
11 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML xmlns:MSHelp="http://msdn.microsoft.com/mshelp" DIR="LTR"><HEAD>
|
|
<meta name="GENERATOR" content="VBdocman .NET - documentation generator; http://www.vbdocman.com">
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=UTF-8">
|
|
<TITLE>frmSysadminTableSelector.InitializeComponent -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmSysadminTableSelector.InitializeComponent -Methode"/>
|
|
<MSHelp:RLTitle Title="frmSysadminTableSelector.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_0000000000000D0C"/>
|
|
<MSHelp:Keyword Index="K" Term="frmSysadminTableSelector.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmSysadminTableSelector.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmSysadminTableSelector.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="frmSysadminTableSelector.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmSysadminTableSelector.frmSysadminTableSelector.InitializeComponent"/>
|
|
<MSHelp:Attr Name="DevLang" Value="VB"/>
|
|
<MSHelp:Attr Name="DevLangVers" Value="kbLangVB"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Basic"/>
|
|
<MSHelp:Attr Name="DocSet" Value="Visual Studio"/>
|
|
<MSHelp:Attr Name="DocSet" Value="VSM"/>
|
|
<MSHelp:Attr Name="Product" Value="VB"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVBp700"/>
|
|
<MSHelp:Attr Name="Product" Value="VSA"/>
|
|
<MSHelp:Attr Name="ProductVers" Value="kbVSA"/>
|
|
<MSHelp:Attr Name="Technology" Value="ManagedCode"/>
|
|
<MSHelp:Attr Name="TechnologyVers" Value="kbManagedCode"/>
|
|
<MSHelp:Attr Name="TopicType" Value="kbSyntax"/>
|
|
<MSHelp:Attr Name="TargetOS" Value="Windows"/>
|
|
<MSHelp:Attr Name="Locale" Value="kbEnglish"/>
|
|
</xml>
|
|
<META name="rtfFileName" content="">
|
|
<META NAME="save" CONTENT="history">
|
|
<!--CSS_START-->
|
|
<SCRIPT SRC="MSHelp/scripts/dtuelink.js"></SCRIPT>
|
|
<!--CSS_END-->
|
|
<SCRIPT language="JavaScript">
|
|
function indent(level) {
|
|
for (i=1; i<=level; i++) {
|
|
document.write(" ");
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
</HEAD>
|
|
<body topmargin=0 id="bodyID" class = "dtBODY"><!--NONSCROLLING BANNER START-->
|
|
<div id="nsbanner">
|
|
<div id="bannerrow1">
|
|
<TABLE CLASS="bannerparthead" CELLSPACING=0>
|
|
<TR ID="hdr">
|
|
<TD CLASS="runninghead" nowrap>Vertragsverwaltung-Klassenbibliothek</TD>
|
|
<TD CLASS="product" nowrap> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<H1 class="dtH1"><A NAME="topic_0000000000000D0C"></A>frmSysadminTableSelector.InitializeComponent -Methode</H1>
|
|
</div></div>
|
|
<!--NONSCROLLING BANNER END-->
|
|
|
|
<DIV id="nstext" valign="bottom"><!---->
|
|
|
|
|
|
|
|
|
|
|
|
<PRE class="syntax"><SPAN class="lang">[Visual Basic]
|
|
</SPAN><B><System.Diagnostics.DebuggerStepThrough()> _ <br>Private Sub InitializeComponent()</B></PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Quellcode</H4>
|
|
<pre class="code"><SPAN class="lang">[Visual Basic]</SPAN>
|
|
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() <br> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSysadminTableSelector)) <br> Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter <br> Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand <br> Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection <br> Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand <br> Me.DataSet1 = New System.Data.DataSet <br> Me.ListBox1 = New System.Windows.Forms.ListBox <br> CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).BeginInit() <br> Me.SuspendLayout() <br> ' <br> 'SqlDataAdapter1 <br> ' <br> Me.SqlDataAdapter1.InsertCommand = Me.SqlInsertCommand1 <br> Me.SqlDataAdapter1.SelectCommand = Me.SqlSelectCommand1 <br> Me.SqlDataAdapter1.TableMappings.AddRange(New System.Data.Common.DataTableMapping() {New System.Data.Common.DataTableMapping("Table", "sysobjects", New System.Data.Common.DataColumnMapping() {New System.Data.Common.DataColumnMapping("name", "name"), New System.Data.Common.DataColumnMapping("id", "id"), New System.Data.Common.DataColumnMapping("xtype", "xtype"), New System.Data.Common.DataColumnMapping("uid", "uid"), New System.Data.Common.DataColumnMapping("info", "info"), New System.Data.Common.DataColumnMapping("status", "status"), New System.Data.Common.DataColumnMapping("base_schema_ver", "base_schema_ver"), New System.Data.Common.DataColumnMapping("replinfo", "replinfo"), New System.Data.Common.DataColumnMapping("parent_obj", "parent_obj"), New System.Data.Common.DataColumnMapping("crdate", "crdate"), New System.Data.Common.DataColumnMapping("ftcatid", "ftcatid"), New System.Data.Common.DataColumnMapping("schema_ver", "schema_ver"), New System.Data.Common.DataColumnMapping("stats_schema_ver", "stats_schema_ver"), New System.Data.Common.DataColumnMapping("type", "type"), New System.Data.Common.DataColumnMapping("userstat", "userstat"), New System.Data.Common.DataColumnMapping("sysstat", "sysstat"), New System.Data.Common.DataColumnMapping("indexdel", "indexdel"), New System.Data.Common.DataColumnMapping("refdate", "refdate"), New System.Data.Common.DataColumnMapping("version", "version"), New System.Data.Common.DataColumnMapping("deltrig", "deltrig"), New System.Data.Common.DataColumnMapping("instrig", "instrig"), New System.Data.Common.DataColumnMapping("updtrig", "updtrig"), New System.Data.Common.DataColumnMapping("seltrig", "seltrig"), New System.Data.Common.DataColumnMapping("category", "category"), New System.Data.Common.DataColumnMapping("cache", "cache")})}) <br> ' <br> 'SqlInsertCommand1 <br> ' <br> Me.SqlInsertCommand1.CommandText = "[pv_sysobjects_insert]" <br> Me.SqlInsertCommand1.CommandType = System.Data.CommandType.StoredProcedure <br> Me.SqlInsertCommand1.Connection = Me.SqlConnection1 <br> Me.SqlInsertCommand1.Parameters.AddRange(New System.Data.SqlClient.SqlParameter() {New System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, False, CType(0, Byte), CType(0, Byte), "", System.Data.DataRowVersion.Current, Nothing), New System.Data.SqlClient.SqlParameter("@name", System.Data.SqlDbType.NVarChar, 128, "name"), New System.Data.SqlClient.SqlParameter("@id", System.Data.SqlDbType.Int, 4, "id"), New System.Data.SqlClient.SqlParameter("@xtype", System.Data.SqlDbType.VarChar, 2, "xtype"), New System.Data.SqlClient.SqlParameter("@uid", System.Data.SqlDbType.Int, 2, "uid"), New System.Data.SqlClient.SqlParameter("@info", System.Data.SqlDbType.Int, 2, "info"), New System.Data.SqlClient.SqlParameter("@status", System.Data.SqlDbType.Int, 4, "status"), New System.Data.SqlClient.SqlParameter("@base_schema_ver", System.Data.SqlDbType.Int, 4, "base_schema_ver"), New System.Data.SqlClient.SqlParameter("@replinfo", System.Data.SqlDbType.Int, 4, "replinfo"), New System.Data.SqlClient.SqlParameter("@parent_obj", System.Data.SqlDbType.Int, 4, "parent_obj"), New System.Data.SqlClient.SqlParameter("@crdate", System.Data.SqlDbType.DateTime, 8, "crdate"), New System.Data.SqlClient.SqlParameter("@ftcatid", System.Data.SqlDbType.Int, 2, "ftcatid")}) <br> ' <br> 'SqlConnection1 <br> ' <br> Me.SqlConnection1.ConnectionString = "data source=shu;initial catalog=edoka;persist security info=False;user id=sa;work" & _ <br> "station id=SHU;packet size=4096" <br> Me.SqlConnection1.FireInfoMessageEventOnUserErrors = False <br> ' <br> 'SqlSelectCommand1 <br> ' <br> Me.SqlSelectCommand1.CommandText = "[pv_sysobjects_select]" <br> Me.SqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure <br> Me.SqlSelectCommand1.Connection = Me.SqlConnection1 <br> Me.SqlSelectCommand1.Parameters.AddRange(New System.Data.SqlClient.SqlParameter() {New System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, False, CType(0, Byte), CType(0, Byte), "", System.Data.DataRowVersion.Current, Nothing)}) <br> ' <br> 'DataSet1 <br> ' <br> Me.DataSet1.DataSetName = "NewDataSet" <br> Me.DataSet1.Locale = New System.Globalization.CultureInfo("de-CH") <br> ' <br> 'ListBox1 <br> ' <br> Me.ListBox1.Location = New System.Drawing.Point(8, 16) <br> Me.ListBox1.Name = "ListBox1" <br> Me.ListBox1.Size = New System.Drawing.Size(240, 316) <br> Me.ListBox1.TabIndex = 0 <br> ' <br> 'frmSysadminTableSelector <br> ' <br> Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13) <br> Me.ClientSize = New System.Drawing.Size(256, 349) <br> Me.Controls.Add(Me.ListBox1) <br> Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) <br> Me.Name = "frmSysadminTableSelector" <br> Me.Text = "Tabelle auswählen" <br> CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).EndInit() <br> Me.ResumeLayout(False) <br> <br> End Sub
|
|
</pre>
|
|
|
|
|
|
|
|
<H4 class="dtH4">Forderungen</H4>
|
|
<P><b class="le">Plattformen: </b>Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition</P>
|
|
|
|
|
|
<H4 class="dtH4">Siehe auch</H4>
|
|
<p>
|
|
<a href="topic_0000000000000D08.html">frmSysadminTableSelector</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|