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

<!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("&nbsp;&nbsp;&nbsp;");
}
}
</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>&nbsp;</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&nbsp;Basic]
</SPAN><B>&lt;System.Diagnostics.DebuggerStepThrough()&gt; _&nbsp;<br>Private Sub InitializeComponent()</B></PRE>
<H4 class="dtH4">Quellcode</H4>
<pre class="code"><SPAN class="lang">[Visual&nbsp;Basic]</SPAN>
&lt;System.Diagnostics.DebuggerStepThrough()&gt; Private Sub InitializeComponent()&nbsp;<br> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSysadminTableSelector))&nbsp;<br> Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter&nbsp;<br> Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand&nbsp;<br> Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection&nbsp;<br> Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand&nbsp;<br> Me.DataSet1 = New System.Data.DataSet&nbsp;<br> Me.ListBox1 = New System.Windows.Forms.ListBox&nbsp;<br> CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).BeginInit()&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'SqlDataAdapter1&nbsp;<br> '&nbsp;<br> Me.SqlDataAdapter1.InsertCommand = Me.SqlInsertCommand1&nbsp;<br> Me.SqlDataAdapter1.SelectCommand = Me.SqlSelectCommand1&nbsp;<br> Me.SqlDataAdapter1.TableMappings.AddRange(New System.Data.Common.DataTableMapping() {New System.Data.Common.DataTableMapping(&quot;Table&quot;, &quot;sysobjects&quot;, New System.Data.Common.DataColumnMapping() {New System.Data.Common.DataColumnMapping(&quot;name&quot;, &quot;name&quot;), New System.Data.Common.DataColumnMapping(&quot;id&quot;, &quot;id&quot;), New System.Data.Common.DataColumnMapping(&quot;xtype&quot;, &quot;xtype&quot;), New System.Data.Common.DataColumnMapping(&quot;uid&quot;, &quot;uid&quot;), New System.Data.Common.DataColumnMapping(&quot;info&quot;, &quot;info&quot;), New System.Data.Common.DataColumnMapping(&quot;status&quot;, &quot;status&quot;), New System.Data.Common.DataColumnMapping(&quot;base_schema_ver&quot;, &quot;base_schema_ver&quot;), New System.Data.Common.DataColumnMapping(&quot;replinfo&quot;, &quot;replinfo&quot;), New System.Data.Common.DataColumnMapping(&quot;parent_obj&quot;, &quot;parent_obj&quot;), New System.Data.Common.DataColumnMapping(&quot;crdate&quot;, &quot;crdate&quot;), New System.Data.Common.DataColumnMapping(&quot;ftcatid&quot;, &quot;ftcatid&quot;), New System.Data.Common.DataColumnMapping(&quot;schema_ver&quot;, &quot;schema_ver&quot;), New System.Data.Common.DataColumnMapping(&quot;stats_schema_ver&quot;, &quot;stats_schema_ver&quot;), New System.Data.Common.DataColumnMapping(&quot;type&quot;, &quot;type&quot;), New System.Data.Common.DataColumnMapping(&quot;userstat&quot;, &quot;userstat&quot;), New System.Data.Common.DataColumnMapping(&quot;sysstat&quot;, &quot;sysstat&quot;), New System.Data.Common.DataColumnMapping(&quot;indexdel&quot;, &quot;indexdel&quot;), New System.Data.Common.DataColumnMapping(&quot;refdate&quot;, &quot;refdate&quot;), New System.Data.Common.DataColumnMapping(&quot;version&quot;, &quot;version&quot;), New System.Data.Common.DataColumnMapping(&quot;deltrig&quot;, &quot;deltrig&quot;), New System.Data.Common.DataColumnMapping(&quot;instrig&quot;, &quot;instrig&quot;), New System.Data.Common.DataColumnMapping(&quot;updtrig&quot;, &quot;updtrig&quot;), New System.Data.Common.DataColumnMapping(&quot;seltrig&quot;, &quot;seltrig&quot;), New System.Data.Common.DataColumnMapping(&quot;category&quot;, &quot;category&quot;), New System.Data.Common.DataColumnMapping(&quot;cache&quot;, &quot;cache&quot;)})})&nbsp;<br> '&nbsp;<br> 'SqlInsertCommand1&nbsp;<br> '&nbsp;<br> Me.SqlInsertCommand1.CommandText = &quot;[pv_sysobjects_insert]&quot;&nbsp;<br> Me.SqlInsertCommand1.CommandType = System.Data.CommandType.StoredProcedure&nbsp;<br> Me.SqlInsertCommand1.Connection = Me.SqlConnection1&nbsp;<br> Me.SqlInsertCommand1.Parameters.AddRange(New System.Data.SqlClient.SqlParameter() {New System.Data.SqlClient.SqlParameter(&quot;@RETURN_VALUE&quot;, System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, False, CType(0, Byte), CType(0, Byte), &quot;&quot;, System.Data.DataRowVersion.Current, Nothing), New System.Data.SqlClient.SqlParameter(&quot;@name&quot;, System.Data.SqlDbType.NVarChar, 128, &quot;name&quot;), New System.Data.SqlClient.SqlParameter(&quot;@id&quot;, System.Data.SqlDbType.Int, 4, &quot;id&quot;), New System.Data.SqlClient.SqlParameter(&quot;@xtype&quot;, System.Data.SqlDbType.VarChar, 2, &quot;xtype&quot;), New System.Data.SqlClient.SqlParameter(&quot;@uid&quot;, System.Data.SqlDbType.Int, 2, &quot;uid&quot;), New System.Data.SqlClient.SqlParameter(&quot;@info&quot;, System.Data.SqlDbType.Int, 2, &quot;info&quot;), New System.Data.SqlClient.SqlParameter(&quot;@status&quot;, System.Data.SqlDbType.Int, 4, &quot;status&quot;), New System.Data.SqlClient.SqlParameter(&quot;@base_schema_ver&quot;, System.Data.SqlDbType.Int, 4, &quot;base_schema_ver&quot;), New System.Data.SqlClient.SqlParameter(&quot;@replinfo&quot;, System.Data.SqlDbType.Int, 4, &quot;replinfo&quot;), New System.Data.SqlClient.SqlParameter(&quot;@parent_obj&quot;, System.Data.SqlDbType.Int, 4, &quot;parent_obj&quot;), New System.Data.SqlClient.SqlParameter(&quot;@crdate&quot;, System.Data.SqlDbType.DateTime, 8, &quot;crdate&quot;), New System.Data.SqlClient.SqlParameter(&quot;@ftcatid&quot;, System.Data.SqlDbType.Int, 2, &quot;ftcatid&quot;)})&nbsp;<br> '&nbsp;<br> 'SqlConnection1&nbsp;<br> '&nbsp;<br> Me.SqlConnection1.ConnectionString = &quot;data source=shu;initial catalog=edoka;persist security info=False;user id=sa;work&quot; &amp; _&nbsp;<br> &quot;station id=SHU;packet size=4096&quot;&nbsp;<br> Me.SqlConnection1.FireInfoMessageEventOnUserErrors = False&nbsp;<br> '&nbsp;<br> 'SqlSelectCommand1&nbsp;<br> '&nbsp;<br> Me.SqlSelectCommand1.CommandText = &quot;[pv_sysobjects_select]&quot;&nbsp;<br> Me.SqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure&nbsp;<br> Me.SqlSelectCommand1.Connection = Me.SqlConnection1&nbsp;<br> Me.SqlSelectCommand1.Parameters.AddRange(New System.Data.SqlClient.SqlParameter() {New System.Data.SqlClient.SqlParameter(&quot;@RETURN_VALUE&quot;, System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, False, CType(0, Byte), CType(0, Byte), &quot;&quot;, System.Data.DataRowVersion.Current, Nothing)})&nbsp;<br> '&nbsp;<br> 'DataSet1&nbsp;<br> '&nbsp;<br> Me.DataSet1.DataSetName = &quot;NewDataSet&quot;&nbsp;<br> Me.DataSet1.Locale = New System.Globalization.CultureInfo(&quot;de-CH&quot;)&nbsp;<br> '&nbsp;<br> 'ListBox1&nbsp;<br> '&nbsp;<br> Me.ListBox1.Location = New System.Drawing.Point(8, 16)&nbsp;<br> Me.ListBox1.Name = &quot;ListBox1&quot;&nbsp;<br> Me.ListBox1.Size = New System.Drawing.Size(240, 316)&nbsp;<br> Me.ListBox1.TabIndex = 0&nbsp;<br> '&nbsp;<br> 'frmSysadminTableSelector&nbsp;<br> '&nbsp;<br> Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)&nbsp;<br> Me.ClientSize = New System.Drawing.Size(256, 349)&nbsp;<br> Me.Controls.Add(Me.ListBox1)&nbsp;<br> Me.Icon = CType(resources.GetObject(&quot;$this.Icon&quot;), System.Drawing.Icon)&nbsp;<br> Me.Name = &quot;frmSysadminTableSelector&quot;&nbsp;<br> Me.Text = &quot;Tabelle auswählen&quot;&nbsp;<br> CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).EndInit()&nbsp;<br> Me.ResumeLayout(False)&nbsp;<br>&nbsp;<br> End Sub
</pre>
<H4 class="dtH4">Forderungen</H4>
<P><b class="le">Plattformen:&nbsp;</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>