共用方式為


IdentificationString 屬性

Gets a string that uniquely identifies an IDTSCustomProperty100 object.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property IdentificationString As String
    Get
'用途
Dim instance As IDTSCustomProperty100
Dim value As String

value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
    String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String

屬性值

型別:System. . :: . .String
A String that uniquely identifies the IDTSCustomProperty100 object.

實作

IDTSObject100. . :: . .IdentificationString

備註

The IdentificationString property uniquely identifies a custom property and consists of a concatenation of the ObjectType, Name, and ID properties.